Reminder for sphinx utilities

Source code for this page (see ‘View source page’ on page header)

To print source Code (mind the double ‘:’ before start code block):

def foo(i):
    print(2*i)

for i in range(3):
    foo(i)

But, it is more robust to turn sample source code into doctest:

>>> def foo(i):
...     print(2*i)
...
>>> for i in range(3):
...     foo(i)
...
0
2
4

Hyperlinks HySoP Web.

\[\begin{split}\begin{eqnarray} a &=& \frac{1}{2}\\ \alpha &=& 3 \times \nabla \omega \end{eqnarray}\end{split}\]

To print a link to some HySoP object:

An example of domain used for defining Field and operators : Box.

Reference to Domains.

References

In documentation, we recommend to use footnotecite in pages. The full bibliography is dedicated to references using HySoP[1]. Do not forget the Sphinx entry .. footbibliography:: before end of file.